@import "base.css";
@import "header.css";
@import "footer.css";

.home-pc{
    background-image: url(../images/index-homebg.jpg);
    background-attachment: fixed;
}
/*home banner*/
.home-banner{width:100%;position:relative;height:500px;background:#ffffff;}
.home-banner .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.home-banner .bd ul{width:100%!important;}
.home-banner .bd li{width:100%!important;height:500px;overflow:hidden;text-align:center;}
.home-banner .bd li a{display:block;height:500px;}
.home-banner .hd{width:100%;position:absolute;z-index:1;bottom:8px;left:0;height:16px;line-height:16px;}
.home-banner .hd ul{text-align:center;}
.home-banner .hd ul li{cursor:pointer;display:inline-block;zoom:1;width:15px;height:15px;margin:0 2px;border-radius:15px;overflow:hidden;background:#9facc0;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;}
.home-banner .hd ul li.on{background:#004ea2;width:30px;}
.home-banner .prev,.home-banner .next{display:block;position:absolute;z-index:1;top:44%;left:2%;font-size:50px;color:#888;opacity:.6;}
.home-banner .next{left:auto;right:2%;}
.home-banner .prev:hover,.home-banner .next:hover{color:#6eb92b;}

/*home title,tab title*/
.home-title,
.tab-title{
    height: 24px;
    line-height: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e4e4e4;
}
.home-title a.fl{
    display: inline-block;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    height: 24px;
    margin-bottom: 18px;
    margin-right: 20px;
    position: relative;
    font-size: 22px;
}
.tab-title a.fl{
    display: inline-block;
    color: #666;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    height: 24px;
    border-right: 1px solid #dfdfdf;
    padding-right: 21px;
    margin-right: 21px;
    margin-bottom: 18px;
}
.tab-title li:last-child a.fl{
    border-right: 0;
}
.home-title a.fl.cur,
.tab-title li.on a.fl{
    color: #363636;
    font-weight: bold;
}
.home-title a.fl:after,
.tab-title li.on a.fl:after{
    height: 5px;
    width: 32px;
    bottom: -18px;
    left: 0;
    position: absolute;
    content: "";
    background-color: #6eb92b;
}
.home-title a.more i,
.tab-title a.more i{
    color: #004ea2;
    margin-left: 8px;
    font-size: 22px;
    float: right;
}
.home-title a.more:hover,
.tab-title a.more:hover{
    color: #004ea2;
}
.home-title .fr .form-input{
    float:left;
    margin-left: 12px;
}
.home-title .fr .form-input select,
.home-title .fr .form-input .btn{
    width: 120px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-radius: 15px;
    border: none;
    outline: none;
    display: block;
    cursor: pointer;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
}
.home-title .fr .form-input .btn i{
    font-size: 14px;
}
.home-title .fr .form-input select option{
    text-align: left;
}
.home-title .fr .form-input .btn{
    background-color: #ff8400;
    color: #fff;
}

/*top news*/
.home-topnews{width:100%;background-color:#fff;height:auto;padding:40px 0;}
.home-topnews .topnews{width:100%;box-sizing:border-box;background-color:#fff;}

.home-topnews .topnews .bd .item{margin-top:20px;zoom:1;}

.home-topnews .topnews .in-box{width:400px;height:288px;overflow:hidden;position:relative;}
.home-topnews .topnews .in-box .in-hd{width:100%;height:3px;overflow:hidden;position:absolute;left:0;bottom:10px;z-index:1;}
.home-topnews .topnews .in-box .in-hd ul{text-align:center;}
.home-topnews .topnews .in-box .in-hd ul li{display:inline-block;margin:0 3px;width:15px;height:3px;background-color:#fff;cursor:pointer;opacity:0.6;-webkit-transition:all 0.3s;transition:all 0.3s;}
.home-topnews .topnews .in-box .in-hd ul li.on{background-color:#B24000;opacity:1;}

.home-topnews .topnews .in-box .in-bd{
    height:100%;
    z-index:0;
}
.home-topnews .topnews .in-box .in-bd li{
    position: relative;
    width:400px;
    height:288px;
    zoom:1;
    vertical-align:middle;
}
.home-topnews .topnews .in-box .in-bd li img{
    width:400px;
    height:288px;
    object-fit:cover;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
}
.home-topnews .topnews .in-box .in-bd li img:hover{
    transform:scale(1.1);
    webkit-transform:scale(1.1);
}
.home-topnews .topnews .in-box .in-bd li .stit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 68px 20px 23px;
    height: 44px;
    background: url(../images/index-news-mark.png) no-repeat;
}
.home-topnews .topnews .in-box .in-bd li .stit p {
    display: -webkit-box;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-topnews .topnews .text-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 800px;
    background-color: #fff;
    height: 288px;
    padding-left: 32px;
}
.home-topnews .topnews .text-wrap li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 32px;
}
.home-topnews .topnews .text-wrap li:nth-child(2n + 1) {
    border-right: 1px solid #e4e4e4;
    padding-right: 32px;
    padding-left: 0;
}
.home-topnews .topnews .text-wrap li:nth-child(5) a,
.home-topnews .topnews .text-wrap li:nth-child(6) a {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.home-topnews .topnews .text-wrap li .tw-item {
    display: block;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 17px;
    margin-bottom: 15px;
}
.home-topnews .topnews .text-wrap li .tw-item.thumb {
    padding-right: 120px;
}
.home-topnews .topnews .text-wrap li .tw-item img {
    width: 100px;
    height: 66px;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
}
.home-topnews .topnews .text-wrap li .tw-item p {
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.home-topnews .topnews .text-wrap li .tw-item:hover p {
    color: #1678ad;
}
.home-topnews .topnews .text-wrap li .tw-item div {
    color: #999;
    font-size: 13px;
    line-height: 1;
    height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-topnews .topnews .text-wrap li .tw-item div u {
    position: relative;
    top: -1px;
    padding: 0 3px;
}
/*一城四院*/
.home-topnews .one-four {
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    padding-top: 20px;
}
.home-topnews .one-four .item {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    background-color: #eee;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px 20px;
    color: rgb(68,68,68,.8);
}
.home-topnews .one-four .item.last {
    margin-right: 0;
}
.home-topnews .one-four .item h2 {
    margin-top: 3px;
    color: #6eb92b;
}
.home-topnews .one-four .item p {
    font-size: 14px;
    line-height: 28px;
}
.home-topnews .one-four .item:hover {
    border-color: #6eb92b;
    -webkit-box-shadow: 0px 10px 10px rgb(3 165 96 / 20%);
    box-shadow: 0px 10px 10px rgb(3 165 96 / 20%);
}

/*nine department*/
.home-department{width:100%;background-color:rgba(245,245,245,0.96);height:auto;padding:40px 0 22px 0;}
.home-department .item{width:388px;height:auto;float:left;background-color:#ffffff;margin-right:18px;margin-bottom:18px;overflow:hidden;}
.home-department .noright{margin-right:0;}
.home-department .item .content-title{color:#fff;/*height:157px;*/height:120px;position:relative;overflow:hidden;background-size:contain;}
.home-department .item .content-title.ct1{
    background: linear-gradient(135deg, rgba(236, 148, 198, 0.95) 0%, rgba(248, 224, 234, 0.95) 100%);
}
.home-department .item .content-title.ct2{
    background: linear-gradient(135deg, rgba(252, 129, 9, 0.95) 0%, rgba(253, 174, 99, 0.95) 100%);
}
.home-department .item .content-title.ct3{
    background: linear-gradient(135deg, rgba(243, 214, 122, 0.95) 0%, rgba(247, 235, 211, 0.95) 100%);
}
.home-department .item .content-title.ct4{
    background: linear-gradient(135deg, rgba(142, 193, 88, 0.95) 0%, rgba(191, 220, 160, 0.95) 100%);
}
.home-department .item .content-title.ct5{
    background: linear-gradient(135deg, rgba(97, 111, 182, 0.95) 0%, rgba(185, 191, 223, 0.95) 100%);
}
.home-department .item .content-title.ct6{
    background: linear-gradient(135deg, rgba(15, 98, 174, 0.95) 0%, rgba(183, 202, 219, 0.95) 100%);
}
.home-department .item .content-title.ct7{
    background: linear-gradient(135deg, rgba(249, 129, 115, 0.95) 0%, rgba(243, 211, 206, 0.95) 100%);
}
.home-department .item .content-title.ct8{
    background: linear-gradient(135deg, rgba(39, 129, 163, 0.95) 0%, rgba(133, 184, 205, 0.95) 100%);
}
.home-department .item .content-title.ct9{
    background: linear-gradient(135deg, rgba(97, 171, 150, 0.95) 0%, rgba(194, 218, 205, 0.95) 100%);
}
.home-department .item .content-title img{transition:.6s transform;}
.home-department .item .ct:hover img{transform:scale(1.1,1.1);}
.home-department .item .content-title .text{position:absolute;top:0;left:0;padding:25px;}
.home-department .item .content-title .text h3{font-size:24px;font-weight:bolder;}
.home-department .item .content-title .text span{font-size:10px;display:block;margin-top:5px;}
.home-department .item .content-title .text p{color:#fff;margin-top:15px;}
.home-department .item .content-list{/*background:#f4f6f8;*/padding:15px 20px 20px 20px;}
.home-department .item .content-list li{border-bottom:1px dashed #c7c7c7;list-style-position:inside;line-height:35px;padding-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.home-department .item .content-list li a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.home-department .item .content-list li a:hover{color:#377bee;}

/*doctor*/
.home-doctor{
    width:100%;
    height:auto;
    padding:40px 0;
    background: linear-gradient(135deg, rgba(0,78,162,0.85) 0%, rgba(110,185,43,0.85) 100%);
    background-size: contain;
}
.home-doctor .home-title{
    border-color: rgba(255, 255, 255, 0.2);
}
.home-doctor .doctor-wrap{
    width: 100%;
    height: 366px;
    overflow: hidden;
    margin-top: 20px;
}
.home-doctor .doctor-list{
    width: 100%;
    overflow: hidden;
    position: relative;

}
.home-doctor .doctor-list .bd ul li{
    float:left;
}
.home-doctor .doctor-list .doc-item{
    width:184px;
    margin-right:19.2px;
    height:auto;
    background-color:#fff;
    padding:10px;
    overflow:hidden;
    text-align:center;
    position:relative;
    box-sizing:border-box;
}
.home-doctor .doctor-list .doc-item:after {
    content: "";
    background-color: #6eb92b;
    width: 50px;
    height: 5px;
    position: absolute;
    left: 66px;
    top: 0;
}
.home-doctor .doctor-list .doc-item .name{
    display: block;
    font-size: 20px;
    color: #03a560;
    line-height: 35px;
    height: 35px;
}

.home-doctor .doctor-list .doc-item .name:hover{
    color: #004ea2;
}
.home-doctor .doctor-list .doc-item p {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.home-doctor .doctor-list .doc-item .pic{
    display: block;
    width: 144px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.home-doctor .doctor-list .doc-item img{
    width: 150px;
    height: 200px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}
.home-doctor .doctor-list .doc-item img:hover{
    webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.home-doctor .doctor-list .doc-item .depart{
    display: block;
    line-height: 1;
    padding: 20px 0 10px;
    font-size: 16px;
}
.home-doctor .doctor-list .doc-item .depart:hover{
    color: #03a560;
}

.home-doctor .doctor-list .hd{position:relative;overflow:hidden;margin-top:20px;}
.home-doctor .doctor-list .hd i{position:absolute;left:2px;display:block;width:40px;height:15px;line-height:15px;text-align:center;border-radius:15px;background-color:#fff;color:#B24000;font-size:17px;transition:0.38s;-webkit-transition:0.38s;}
.home-doctor .doctor-list .hd a:hover{background-color:#B24000;color:#fff;}
.home-doctor .doctor-list .hd ul{zoom:1;text-align:center;}
.home-doctor .doctor-list .hd ul li{display:inline-block;width:15px;height:15px;border-radius:15px;overflow:hidden;margin:0 5px;text-indent:-999px;cursor:pointer;background-color:#fff;-webkit-transition:0.38s;transition:0.38s;}
.home-doctor .doctor-list .hd ul li.on{width:30px;background-color:#004ea2;}

/*home huanjing*/
.home-huanjing {
    background-color: rgba(245, 245, 245, 0.96);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
}
.huanjing-box{
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.huanjing-box .hd{
    position: absolute;
    top: -56px;
    right: 0;
    overflow: hidden;
    height: 30px;
    z-index: 10;
}
.huanjing-box .hd ul{}
.huanjing-box .hd ul li{
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    -webkit-transition: 0.38s;
    transition: 0.38s;
    background-color: #cdcdcd;
}
.huanjing-box .hd ul li.on{
    width: 30px;
    background-color: #004ea2;
}

.huanjing-box .bd{
    height: 250px;
}
.huanjing-box .bd ul{
    overflow: hidden;
    zoom: 1;
}
.huanjing-box .bd ul li{
    float:left;
    width: 286px;
    height: 250px;
    text-align:center;
    margin-right: 18px;
}
.huanjing-box .bd ul li .pic{
    width: 286px;
    height: 200px;
    overflow: hidden;
}
.huanjing-box .bd ul li .pic img{
    width: 286px;
    height: 200px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}
.huanjing-box .bd ul li .pic img:hover{
    webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.huanjing-box .bd ul li .title{
    font-size: 16px;
    line-height: 50px;
}

/*home special*/
.home-special{
    width: 100%;
    padding: 40px 0 60px;
    background-color: #fff;
}
.special-box {
    height: 152px;
    margin-top: 20px;
    position: relative;
}

.special-box li {
    width: 286px;
    height: 152px;
    float: left;
}
.special-box li + li {
    margin-left: 18px;
}
.special-box li a {
    display: block;
    width: 100%;
    border: 1px solid #e4e4e4;
    -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.special-box li a:hover {
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
}
.special-box li a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.special-box li a .thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.special-box li a .thumb img {
    display: block;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    width: 100%;
    height: 109px;
    object-fit: cover;
}
.special-box li a .tit {
    padding: 0 15px;
    line-height: 40px;
    background: #fff;
    color: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

